feat: add Hosting.MailPit docs for the pr under CommunityToolkit#2633
feat: add Hosting.MailPit docs for the pr under CommunityToolkit#2633prom3theu5 wants to merge 3 commits intodotnet:mainfrom
Conversation
|
@dotnet-policy-service agree |
There was a problem hiding this comment.
This article needs to be added to the TOC, under here: https://github.com/dotnet/docs-aspire/blob/main/docs/toc.yml#L289
There was a problem hiding this comment.
Hey @copilot could you please add this article to the TOC?
|
Hey @prom3theu5 - please see prom3theu5#1 |
There was a problem hiding this comment.
Pull Request Overview
This pull request adds comprehensive documentation for the MailPit hosting integration in the .NET Aspire Community Toolkit. The PR provides detailed guidance on how to use the MailPit container within .NET Aspire applications.
- Creates a new documentation file for the MailPit hosting integration with complete usage examples
- Updates the community toolkit overview to include the new MailPit integration
- Provides examples for basic hosting, data volumes, and data bind mounts
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/community-toolkit/hosting-mailpit.md | New documentation file providing comprehensive guidance on using the MailPit hosting integration |
| docs/community-toolkit/overview.md | Updated to include the MailPit integration in the list of available community toolkit packages |
| - [📄 .NET Aspire Rust hosting integration](hosting-rust.md#hosting-integration). | ||
| - [📦 CommunityToolkit.Aspire.Hosting.Rust](https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Rust). | ||
| - The [MailPit](https://mailpit.axllent.org/) integration enables hosting MailPit containers. | ||
| - [📄 .NET Aspire MailPit hosting integration](https://github.com/CommunityToolkit/Aspire/tree/main/src/CommunityToolkit.Aspire.Hosting.MailPit). |
There was a problem hiding this comment.
The link should point to the new documentation file (hosting-mailpit.md) instead of the GitHub repository source code, following the pattern established by other integrations in this list.
|
Superseded by #4302 |
This pull request adds supporting documentation for the MailPit hosting integration in the Community Toolkit tracked by CommunityToolkit/Aspire#476
Internal previews